home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFZAMOWIENIE_LINIA / TFZAMOWIENIE_LINIA.txt
Text File  |  2002-03-27  |  2KB  |  117 lines

  1. object fZamowienie_linia: TfZamowienie_linia
  2.   Left = 413
  3.   Top = 286
  4.   BorderStyle = bsSingle
  5.   Caption = 'Zam'#243'w'
  6.   ClientHeight = 208
  7.   ClientWidth = 486
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 24
  20.     Top = 8
  21.     Width = 102
  22.     Height = 13
  23.     Caption = 'Nazwa towaru/us'#322'ugi'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 24
  27.     Top = 112
  28.     Width = 91
  29.     Height = 13
  30.     Caption = 'Ilo'#347#263' towaru/us'#322'ugi'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 280
  34.     Top = 112
  35.     Width = 74
  36.     Height = 13
  37.     Caption = 'Termin dostawy'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 248
  41.     Top = 128
  42.     Width = 207
  43.     Height = 13
  44.     Caption = 'Je'#347'li termin ustawiony na dzie'#324' dzisiejszy lub'
  45.   end
  46.   object Label5: TLabel
  47.     Left = 248
  48.     Top = 144
  49.     Width = 208
  50.     Height = 13
  51.     Caption = 'wcze'#347'niejszy, nie poka'#380'e sie na zam'#243'wieniu'
  52.   end
  53.   object Label6: TLabel
  54.     Left = 24
  55.     Top = 144
  56.     Width = 28
  57.     Height = 13
  58.     Caption = 'Cena '
  59.   end
  60.   object eTowar: TMemo
  61.     Left = 24
  62.     Top = 24
  63.     Width = 433
  64.     Height = 65
  65.     Lines.Strings = (
  66.       '')
  67.     ReadOnly = True
  68.     TabOrder = 5
  69.   end
  70.   object bRezygnuj: TButton
  71.     Left = 400
  72.     Top = 176
  73.     Width = 75
  74.     Height = 25
  75.     Caption = '&Rezygnuj'
  76.     TabOrder = 4
  77.     OnClick = bRezygnujClick
  78.   end
  79.   object bZapisz: TButton
  80.     Left = 240
  81.     Top = 176
  82.     Width = 75
  83.     Height = 25
  84.     Caption = '&Zapisz'
  85.     TabOrder = 3
  86.     OnClick = bZapiszClick
  87.   end
  88.   object eIlosc: TEdit
  89.     Left = 120
  90.     Top = 104
  91.     Width = 121
  92.     Height = 21
  93.     TabOrder = 0
  94.   end
  95.   object data: TDateTimePicker
  96.     Left = 360
  97.     Top = 104
  98.     Width = 82
  99.     Height = 21
  100.     CalAlignment = dtaLeft
  101.     Date = 37160.888782812500000000
  102.     Time = 37160.888782812500000000
  103.     DateFormat = dfShort
  104.     DateMode = dmComboBox
  105.     Kind = dtkDate
  106.     ParseInput = False
  107.     TabOrder = 1
  108.   end
  109.   object eCena: TEdit
  110.     Left = 120
  111.     Top = 136
  112.     Width = 121
  113.     Height = 21
  114.     TabOrder = 2
  115.   end
  116. end
  117.